home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Inter@ctive 17
/
Computer Interactive cdrom 17 - gen 99.iso
/
ZDNETIT
/
CONTENT
/
SMTPCEMS.ZIP
/
BCAST32._W_
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-07-16
|
515 b
|
17 lines
#
# Watcom makefile for BCAST [Win32]
# Requires SEE32.DLL & SEE32.LIB
#
# To use: "wmake -f bcast32._w_"
#
CCFLAGS = -w4 -zq -otexan -d2 -3s -bt=nt -mf -DWIN32
bcast.exe : bcast.obj see32.lib
wlink d all SYS nt op m op maxe=25 op q op symf @bcast32.lnk
bcast.obj : bcast.c
wcc386 bcast.c $(CCFLAGS)